home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / equaflip / !readme.txt next >
Encoding:
Text File  |  1999-10-06  |  1.5 KB  |  38 lines

  1. EquaFlip v1.0 - October 6, 1999
  2.  
  3. Frequently when working in VB, you enter code that sets a number of objects 
  4. (maybe text fields) to a number of variables. Often, especially in database apps,
  5. this code must be duplicated with the variables being set to the objects (text fields).
  6. EquaFlip to the rescue! Just highlight your original code, copy it to the clipboard
  7. and press the EquaFlip button. The items on either side of the equal sign have 
  8. switched sides! Now paste the code wherever you need it.
  9.  
  10. EquaFlip is an Add-In to VB5 and 6(maybe 4?) that works as a small dockable
  11. window with 2 small buttons on it. One to perform the EquaFlip function, and the
  12. other will clear the contents of the Immediate Window.
  13.  
  14. To use EquaFlip:
  15.  
  16. 1) Place the EquaFlip.dll file wherever you like- preferably the System32
  17. folder under your Windows folder. 
  18.  
  19. 2) From the StratMenu, choose Run, and type in REGSVR32 EquaFlip.dll
  20.     (note that you may have to include the full path to EquaFlip.dll if you didn't
  21.      place it your System32 folder)
  22.  
  23. 3) Click the OK button.
  24.  
  25. 4) Crank up VB, and if it EquaFlip didn't load automatically, choose
  26. Add-In Manager from the Add-Ins menu and load it from there.
  27.  
  28. EquaFlip is totally free, and may be used and abused as deemed appropriate.
  29.  
  30. DISCLAIMER: Niether Matthew Heydman or IntelliTech Systems, Inc. may
  31. be held liable for anything that results from the use of this program.
  32.  
  33. Enjoy!
  34.  
  35. Matthew Heydman
  36. mheydman@shoey.com
  37. IntelliTech Systems, Inc.
  38.